You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > SVD Method > TMtx.SVD Method (TMtx, [In] TVec, TMtx, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.SVD Method (TMtx, [In] TVec, TMtx, bool)

Matrix version of SVD. Performs a SVD for each U and V matrices columns in single pass.

Syntax
C#
Visual Basic
public TMtx SVD(TMtx U, [In] TVec S, TMtx V, bool MinSize);

U and V will be calculated only, if both are assigned. The following holds true:

A = U*S*Transp(V)
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!